www.gusucode.com > Student Competition - Code Generation Training工具箱matlab源码 > Student Competition - Code Generation Training/CodeGenFX/Files/ch2_cgConceptsML/roundPixel.m

    function out = roundPixel(val)
    % Copyright 2018 The MathWorks, Inc.

    out = round(val);

end